home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / COVER2.DIR / 00003_next.ls < prev    next >
Encoding:
Text File  |  1995-01-15  |  384 b   |  15 lines

  1. on mouseDown
  2.   global myslide
  3.   repeat while the stillDown
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() to the number of cast "dnnext"
  6.     else
  7.       set the castNum of sprite clickOn() to the number of cast "next"
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   mynext()
  12.   set the castNum of sprite clickOn() to the number of cast "next"
  13.   updateStage()
  14. end
  15.